BiWeeklyHistoricalAnalytics

fun BiWeeklyHistoricalAnalytics(biWeeklyEvaluations: List<BiWeeklyEvaluationEntry>, onNavigateToSummaryDialog: (BiWeeklyEvaluationEntry?) -> Unit)

A composable function that displays a list of bi-weekly evaluations, categorized by the current week, last week, and previous weeks. It also computes the severity for depression and anxiety scores and displays them accordingly.

Parameters

biWeeklyEvaluations

The list of bi-weekly evaluation entries to display.

onNavigateToSummaryDialog

A lambda function that handles navigation to a summary dialog for each evaluation.